home *** CD-ROM | disk | FTP | other *** search
/ Educational Software Cooperative 4 / Educational Software Cooperative 4.iso / midilang / up.mpl < prev    next >
Text File  |  1996-02-06  |  790b  |  48 lines

  1. -14072
  2. #
  3. #
  4. #
  5. #    Up.mpl
  6. #
  7. #    An echo with increasing note
  8. #           Author           ID               Date
  9. #       ------------    -----------          ---------
  10. #       Serge Sibony    100417,2633          09/14/95
  11. #      
  12. #
  13. # This file is a mpl effect definition used by MidiLang
  14. #    MidiLang can be found at the MidiForum, in the
  15. #         Windows sound media library.
  16. #
  17. # This effect adds real echo to all notes you are playing
  18. # the notes added are going up and up
  19. #
  20. #
  21.  
  22. Label Main
  23.  
  24. v== 1 5            only 4 echos per note
  25.     Goto end
  26. V+= 1 1
  27. Time+= 240
  28. Note*= 1.1
  29. v=v 4 1
  30. v/= 4 5
  31. v+= 4 1.2
  32.  
  33. vel/=V 4
  34. outmidi
  35.  
  36. goto main
  37.  
  38. Label End
  39. v= 1 0
  40. End
  41.  
  42. descript an almost real echo 
  43. descript with decreasing volume
  44. descript and increasing note
  45.